*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #e7e7e7;
}
#hero-project {
  margin-top: 70px;
}

.hero-project {
  background-image: url(../img/project/1.png);
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
  background-color: #007efc;
  display: flex;
  justify-content: center;
  align-items: center;
  object-position: center center;
  z-index: 10;
}
.hero-project .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-project h1 {
  max-width: 700px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  color: #e7e7e7;
  font-weight: 600;
  line-height: 50px;
  z-index: 10;

  font-size: 40px;
}

.hero-history span {
  color: #242424;
  font-weight: 800;
}
.pembatas {
  max-width: 80%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #242424;
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project a {
  list-style: none;
  text-decoration: none;
}
.project a:hover {
  background-color: #1e90ff;
  color: #fff;
}
.project ul {
  display: flex;
  justify-content: center;
}
.project li {
  background-color: #1e90ff;
  border-radius: 5px 5px 0 0;
}
.project button {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.project-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.image-project {
  width: 40%;
  height: 300px;
}
.image-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-project {
  width: 60%;
  height: 300px;
  padding: 20px 0 20px 20px;
}
.title_project {
  font-weight: 600;
}
.content-project span {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}
.content-project span a {
  font-display: flex;
  border-radius: 6px;
  padding: 3px 15px;
  background-color: #242424;
}

.location,
.year {
  color: #fff;
}

.content-project p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.tab-content .pembatas {
  max-width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #242424;
}
.project ion-icon {
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 830px) {
  .content-project span {
    flex-direction: column;
    row-gap: 5px;
    font-size: 10px;
  }
  .content-project span a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 5px;
  }
}

@media (max-width: 575.98px) {
  .project-item {
    flex-direction: column;
  }
  .image-project {
    width: 80%;
    height: 200px;
  }
  .content-project {
    width: 100%;
    height: 300px;
    padding: 20px 20px 20px 20px;
  }
  .hero-project h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-project .overlay {
    background-color: rgba(30, 144, 255, 0.7);
  }
}
